From One Report, Many
Using Parameterized Reporting to Generate
Dozens, Hundreds, or Thousands of Reports
at the Same Time
David Keyes // R for the Rest of Us
Why Parameterized Reporting?
How Parameterized Reporting Works
Make a Report for One Location
Add a Parameter to Our Report
Manually Render One Report
Manually Render Multiple Reports
Semi-Manually Render Report with R Script File
Automatically Render Multiple Reports with R Script File
Summary
- Create report
- Add parameter to report
- Create render.R script file
- Create function to render one report
- Create vector of all locations
- Create tibble with information about all reports
- Use reports tibble to render all reports